home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / dsik_pas.zip / README.1ST < prev    next >
Text File  |  1994-09-09  |  3KB  |  86 lines

  1. README FILE:
  2. ============
  3.  
  4. SHAREWARE VERSION:
  5. ==================
  6.  
  7. This product is shareware. It has 4 functional mixing channels, but is
  8. functional for testing and programming purposes only. Any software
  9. compiled with this system must be kept private. To distribute products
  10. to the public (in any form) you must register this software. A 16 channel
  11. library will be provided upon registration along with an unlimited production
  12. and distribution license.
  13.  
  14. TESTING THE SYSTEM:
  15. ===================
  16.  
  17. First, you need to execute the SETUP.EXE program to configure. It will
  18. ask you the hardware parameters of your soundcard device.
  19. After, you can play music module files using the standalone music player
  20. program PLAY.EXE using the following command line syntax:
  21.  
  22.         PLAY file[.dsm]
  23.  
  24. There are a couple of DSM module files included in the package that you
  25. can play. Also, you can use the CONV.EXE utility to convert other module
  26. file formats like MODs, STMs, 669s, S3Ms and MTMs to the DSIK's own module
  27. format, which uses the file extension DSM.
  28.  
  29.  
  30. BUILDING THE EXAMPLES:
  31. =====================
  32.  
  33. You need to have Borland Pascal 7.0 installed on your system. The makefile
  34. included in the package have all the information to build the example
  35. programs. However, you may need to modify this file. You need specify
  36. the directory of the binary, includes and unit files of Borland Pascal
  37. changing the following equates defined in the EXAMPLES.MAK file:
  38.  
  39. BIN = c:\bp\bin                 # Borland Pascal binary directory
  40. INC = c:\bp\include             # Borland Pascal include directory
  41. LIB = c:\bp\units               # Borland Pascal units directory
  42.  
  43. After the EXAMPLES.MAK was modified, execute the MAKE utility to build
  44. all the examples typing at the DOS prompt:
  45.  
  46.         C:>MAKE -f EXAMPLES.MAK
  47.  
  48. If you want to build the examples from the Borland Pascal IDE, simply
  49. load the example source files and it will ensure to include the required
  50. unit files (SOUND.TPU, LOAD.TPU and TS.TPU).
  51.  
  52.  
  53. LIST OF FILES:
  54. =============
  55.  
  56. Here is the list of files included in the package:
  57.  
  58. readme.txt      - Readme text file.
  59. license.txt     - DSIK License text file.
  60. manual.txt      - DSIK User's Manual text file.
  61.  
  62. load.pas        - DSIK loading routines source code.
  63. sound.pas       - DSIK interface text file.
  64. sound.tpu       - DSIK sound system unit file.
  65.    
  66. examples.mak    - Makefile for all the example sources.
  67. exam1.pas       - Example #1 source.
  68. exam2.pas       - Example #2 source.
  69. exam3.pas       - Example #3 source.
  70. setup.pas       - Setup program source.
  71.      
  72. ts.asm          - Timer Services ASM source.
  73. ts.pas          - Timer Services unit source file.
  74. ts.tpu          - Timer Services compiled unit file.
  75.  
  76. play.exe        - DSIK Standalone Module Player.
  77. setup.exe       - DSIK Setup Program.
  78. conv.exe        - MOD/STM/669/S3M/MTM to DSM File Converter.
  79.  
  80. *.dsm           - Example DSM Music Module Files.
  81. *.wav           - Example WAV Sample Files.
  82.  
  83. readme.1st      - This file.
  84.  
  85.       
  86.